App Modal Drawer
fun AppModalDrawer(drawerState: DrawerState, currentRoute: Any, navigationActions: Navigation, coroutineScope: CoroutineScope = rememberCoroutineScope(), content: @Composable () -> Unit)
Composable that displays a modal drawer for navigation.
Parameters
drawer State
State of the drawer, controls whether it's open or closed.
current Route
The current navigation route to highlight active section.
navigation Actions
Actions to navigate to different parts of the app.
coroutine Scope
CoroutineScope to manage drawer interactions.
content
Composable content to be displayed inside the main area of the app.